/* Ensure carousel has a consistent height */
#header-carousel .carousel-inner,
#header-carousel .carousel-item {
    height: 85vh; /* Adjust this to fit your design */
}

/* Make images cover the full area */
#header-carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}
